home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / misc / mjdiary.lha / EveryDay.doc < prev    next >
Encoding:
Text File  |  1995-02-11  |  1.7 KB  |  58 lines

  1.  
  2.                      Run Something If The Date Has Changed
  3.  
  4.                  (c) 1995 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.   EveryDay  and  its documentation are Copyright (c) Martin Mares, MJSoft System
  13. Software, Prague, Czech Republic.
  14.  
  15.    This  archive  can  be  freely  redistributed as long as all of its files are
  16. included   in   their   original   form  without  any  additions,  deletions  or
  17. modifications  (excluding addition of other README-style files and icons) and no
  18. more  than a nominal fee is charged for its distribution.  All copyright notices
  19. in  the  programs and accompanying documentation files must remain intact.  It's
  20. especially  forbidden  to add various '.displayme' files and BBS advertisements.
  21. This style of distribution is generally known as FREEWARE.
  22.  
  23.    Special  permission is given to Fred Fish to distribute this program on his
  24. "Fish Disks".
  25.  
  26.    This  software  is  provided  "AS  IS"  without  warranty of any kind, either
  27. expressed  or  implied.   The author is not responsible for any damage caused by
  28. it.
  29.  
  30.  
  31. Introduction
  32. ============
  33.  
  34.    This simple utility has been written to run Diary or similar utility every
  35. boot the date has changed (although its use is not limited to running of Diary
  36. -- it simply sets its return code to WARN if the date stored in S:EveryDay.last
  37. doesn't match the current date and then updates the file to track current date).
  38.  
  39. Example installation in the Startup-sequence:
  40.  
  41. :Asm/Load/EveryDay
  42. if warn
  43.   diary 14
  44. endif
  45.  
  46.  
  47. Requirements
  48. ============
  49.  
  50.    - Kickstart 1.2 or newer
  51.  
  52.  
  53. Notes
  54. =====
  55.  
  56.    Send comments, suggestions and bug reports to mjsoft@k332.feld.cvut.cz
  57.  
  58.